home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TDOCREMOVEDLG / TDOCREMOVEDLG.txt
Encoding:
Text File  |  1997-04-15  |  6.7 KB  |  222 lines

  1. object DocRemoveDlg: TDocRemoveDlg
  2.   Left = 6
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Remove Attachment'
  6.   ClientHeight = 269
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 329
  18.     Top = 231
  19.     Width = 89
  20.     Height = 30
  21.     Caption = 'Help'
  22.     Glyph.Data = {
  23.       06020000424D0602000000000000760000002800000028000000140000000100
  24.       0400000000009001000000000000000000000000000010000000000000000000
  25.       80000080000000808000800000008000800080800000C0C0C000808080000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  27.       7777777777777777777777777777777777777777777777777777777777777777
  28.       777777777778887777777777777777777777777777777777778AA87777777777
  29.       777777788777777777777777778AA87777777777777777788777777777777777
  30.       78AA87774447777777777788777788877777778878AA87774447777777877788
  31.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  32.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  33.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  34.       77888888777777887777778AAA8778447784487777888887778877788777778A
  35.       A87774487774447777888877788777788877778A877774487774447777888777
  36.       7887777888777788777777447784487777887777778877788777778777777774
  37.       4444877777877777777888887777777777777777777777777777777777777777
  38.       7777777777777777777777777777777777777777777777777777777777777777
  39.       77777777777777777777}
  40.     NumGlyphs = 2
  41.     OnClick = SpeedButton1Click
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 409
  47.     Height = 113
  48.     Caption = 'Details:'
  49.     TabOrder = 0
  50.     object Label1: TLabel
  51.       Left = 16
  52.       Top = 24
  53.       Width = 233
  54.       Height = 25
  55.       AutoSize = False
  56.       Caption = 'Description:'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object Desc: TLabel
  64.       Left = 16
  65.       Top = 44
  66.       Width = 380
  67.       Height = 17
  68.       AutoSize = False
  69.       Caption = 'Desc'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 16
  73.       Top = 66
  74.       Width = 241
  75.       Height = 17
  76.       AutoSize = False
  77.       Caption = 'File Name:'
  78.       Font.Color = clBlack
  79.       Font.Height = -13
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object FileID: TLabel
  85.       Left = 16
  86.       Top = 85
  87.       Width = 380
  88.       Height = 17
  89.       AutoSize = False
  90.       Caption = 'Label2'
  91.     end
  92.   end
  93.   object GroupBox2: TGroupBox
  94.     Left = 8
  95.     Top = 128
  96.     Width = 409
  97.     Height = 97
  98.     Caption = 'Action:'
  99.     TabOrder = 1
  100.     object Care: TLabel
  101.       Left = 32
  102.       Top = 66
  103.       Width = 377
  104.       Height = 16
  105.       AutoSize = False
  106.       Caption = 'Care: Removing the Actual Disk File cannot be Undone'
  107.       Font.Color = clBlack
  108.       Font.Height = -13
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsItalic]
  111.       ParentFont = False
  112.     end
  113.     object ActionLabel: TLabel
  114.       Left = 16
  115.       Top = 24
  116.       Width = 385
  117.       Height = 16
  118.       AutoSize = False
  119.       Caption = 'The Attached Internet URL will be removed from this Entry'
  120.     end
  121.     object Opt1: TRadioButton
  122.       Left = 16
  123.       Top = 24
  124.       Width = 385
  125.       Height = 17
  126.       Caption = '&Remove File Association Only'
  127.       Checked = True
  128.       TabOrder = 0
  129.       TabStop = True
  130.       OnClick = Opt1Click
  131.     end
  132.     object Opt2: TRadioButton
  133.       Left = 16
  134.       Top = 48
  135.       Width = 385
  136.       Height = 17
  137.       Caption = 'Remove File Association and Actual Disk &File'
  138.       TabOrder = 1
  139.       OnClick = Opt1Click
  140.     end
  141.   end
  142.   object Button2: TButton
  143.     Left = 145
  144.     Top = 231
  145.     Width = 89
  146.     Height = 30
  147.     Caption = 'OK'
  148.     Default = True
  149.     ModalResult = 1
  150.     TabOrder = 2
  151.   end
  152.   object Button3: TButton
  153.     Left = 237
  154.     Top = 231
  155.     Width = 89
  156.     Height = 30
  157.     Cancel = True
  158.     Caption = 'Cancel'
  159.     ModalResult = 2
  160.     TabOrder = 3
  161.   end
  162.   object ODSHelp1: TODSHelp
  163.     HelpText.Strings = (
  164.       'ActionLabel'
  165.       'Button2'
  166.       'Button3'
  167.       'Care'
  168.       'Desc'
  169.       'FileID'
  170.       'GroupBox1'
  171.       'GroupBox2'
  172.       'Label1'
  173.       'Label3'
  174.       'ODSHelp1'
  175.       'Opt1'
  176.       'Opt2'
  177.       'SpeedButton1')
  178.     HelpText.HelpData = {
  179.       0E00010000000001000000000100003F005468697320627574746F6E20776865
  180.       6E20707265737365642C2077696C6C2072656D6F766520746865206174746163
  181.       686D656E742064657461696C65642E0001100000000100005F00546869732062
  182.       7574746F6E207768656E20707265737365642C2077696C6C2063616E63656C20
  183.       746865207265717565737420746F2072656D6F76652074686520617474616368
  184.       6D656E742066726F6D20536D61727420416464726573732E0001100000000100
  185.       0000000100000000010000000001000000000100000000010000000001000060
  186.       005468657365206669656C64732070726F7669646520696E666F726D6174696F
  187.       6E2061626F757420746865206174746163686D656E7420746861742069732074
  188.       6F2062652072656D6F7665642066726F6D20536D61727420416464726573732E
  189.       00011000000001000051005468657365206F7074696F6E732064657461696C20
  190.       74686520616374696F6E20746861742077696C6C2062652074616B656E207768
  191.       656E2072656D6F76696E6720746865206174746163686D656E742E0001100000
  192.       0001000000000100000000010000000001000000000100000000010000000001
  193.       0000BA0054686973206F7074696F6E207768656E2073656C65637465642C2069
  194.       6E7374727563747320536D617274204164647265737320746F2072656D6F7665
  195.       207468652063757272656E7420646F63756D656E74202066726F6D2074686520
  196.       63757272656E7420656E7472792C2062757420444F53454E92542064656C6574
  197.       65207468652061637475616C206469736B2066696C6520746861742074686520
  198.       646F63756D656E7420776173206173736F63696174656420776974682E000110
  199.       000000010000480154686973206F7074696F6E207768656E2073656C65637465
  200.       642C20696E7374727563747320536D617274204164647265737320746F207265
  201.       6D6F7665207468652063757272656E7420646F63756D656E742066726F6D2074
  202.       68652063757272656E7420656E7472792C20616E6420414C534F2064656C6574
  203.       6573207468652061637475616C206469736B2066696C65207468617420746865
  204.       20646F63756D656E7420776173206173736F63696174656420776974682E0D0A
  205.       0D0A4E6F74653A20557365206F662074686973206F7074696F6E2C2073686F75
  206.       6C6420626520756E64657274616B656E207769746820636172652E204F6E6365
  207.       207468652061637475616C206469736B2066696C6520686173206265656E2064
  208.       656C657465642C20536D61727420416464726573732063616E206E6F7420756E
  209.       646F20746861742064656C6574652E00011000000001000000000100000000}
  210.     Color = 15269887
  211.     Font.Color = clWindowText
  212.     Font.Height = -11
  213.     Font.Name = 'MS Sans Serif'
  214.     Font.Style = []
  215.     ParentFont = True
  216.     MaxWidth = 300
  217.     MoreText = 'More Information...'
  218.     Left = 16
  219.     Top = 232
  220.   end
  221. end
  222.